home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 267
- Top = 178
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'CrackMe #1 By DiABLO'
- ClientHeight = 73
- ClientWidth = 217
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Default'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 10
- Width = 28
- Height = 13
- Caption = 'Code:'
- end
- object Edit1: TEdit
- Left = 40
- Top = 8
- Width = 161
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 8
- Top = 40
- Width = 81
- Height = 25
- Caption = 'Ok'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 136
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Exit'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-